From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:30:44 +0000 (+0000) Subject: (gnus-summary-thread-gathering-function): Fix customize type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79163 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=22115a9ebb3baa43e71da1cc6239e4beb78e8f03;p=emacs.git (gnus-summary-thread-gathering-function): Fix customize type. --- diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 694e70a640a..9c751cd19d7 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -136,9 +136,9 @@ which only takes Subjects into consideration; and `gnus-gather-threads-by-references', which compared the References headers of the articles to find matches." :group 'gnus-thread - :type '(set (function-item gnus-gather-threads-by-subject) - (function-item gnus-gather-threads-by-references) - (function :tag "other"))) + :type '(radio (function-item gnus-gather-threads-by-subject) + (function-item gnus-gather-threads-by-references) + (function :tag "other"))) ;; Added by Per Abrahamsen . (defcustom gnus-summary-same-subject ""